bitkeeper revision 1.1713.3.13 (42b30f66_kcj5tkDzz9DSBmqEbyHrQ)
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Fri, 17 Jun 2005 17:59:02 +0000 (17:59 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Fri, 17 Jun 2005 17:59:02 +0000 (17:59 +0000)
xs.c:
  Update comment.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
tools/python/xen/lowlevel/xs/xs.c

index bfddb966d073384637aa4c1a66b94db3f65825fe..1b86a03f655499a3751871411612b62793cf7cfa 100644 (file)
@@ -625,11 +625,11 @@ static PyObject *xspy_close(PyObject *self, PyObject *args, PyObject *kwds)
     return val;
 }
 
-#define xspy_shutdown_doc "\n"                         \
-       "Shutdown the xenstore daemon (xsdaemon).\n"    \
-       "\n"                                            \
-       "Returns: [int] 0 on success.\n"                \
-       "Raises RuntimeError on error.\n"               \
+#define xspy_shutdown_doc "\n"                 \
+       "Shutdown the xenstore daemon.\n"       \
+       "\n"                                    \
+       "Returns: [int] 0 on success.\n"        \
+       "Raises RuntimeError on error.\n"       \
        "\n"
 
 static PyObject *xspy_shutdown(PyObject *self, PyObject *args, PyObject *kwds)